home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / whomp.swf / scripts / frame_5 / PlaceObject2_191_8 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-04-20  |  106 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    this._x -= 0.5;
  3.    if(this._x < -150)
  4.    {
  5.       this._x = 780;
  6.    }
  7. }
  8.